projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2a4935
)
(struct window): New field, last_had_star.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 28 Jun 1996 08:09:53 +0000
(08:09 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 28 Jun 1996 08:09:53 +0000
(08:09 +0000)
src/window.h
patch
|
blob
|
history
diff --git
a/src/window.h
b/src/window.h
index e35840a92a06f04670cfceb3a429eb57b2746384..551c01785051cc7902bbf936071c694715bcf90a 100644
(file)
--- a/
src/window.h
+++ b/
src/window.h
@@
-124,6
+124,9
@@
struct window
Lisp_Object last_modified;
/* Value of point at that time */
Lisp_Object last_point;
+ /* Non-nil if the buffer was "modified" when the window
+ was last updated. */
+ Lisp_Object last_had_star;
/* This window's vertical scroll bar. This field is only for use
by the window-system-dependent code which implements the
scroll bars; it can store anything it likes here. If this